undefined symbol: RSA_generate_key
undefined symbol: RSA_generate_key
am 07.02.2006 11:30:28 von Gordon Ross
I've got a Linux box with OpenSSL 0.9.8a installed (configured with
threads, zlib & shared) I then configured and installed Apache 2.0.55
with SSL support (configure --enable-ssl --enable-mods-shared=all)
When I try and start Apache, (httpd -D SSL) I get the error:
Cannot load (path)/mod_ssl.so into server (path)/mod_ssl.so: undefined
symbol: RSA_Generate_key
Suggestions ?
Thanks,
GTG
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: undefined symbol: RSA_generate_key
am 07.02.2006 23:02:43 von Cliff Woolley
------=_Part_5182_12820168.1139349763015
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
On 2/7/06, Gordon Ross wrote:
> I've got a Linux box with OpenSSL 0.9.8a installed (configured with
> threads, zlib & shared) I then configured and installed Apache 2.0.55
> with SSL support (configure --enable-ssl --enable-mods-shared=3Dall)
>
> When I try and start Apache, (httpd -D SSL) I get the error:
>
> Cannot load (path)/mod_ssl.so into server (path)/mod_ssl.so: undefined
> symbol: RSA_Generate_key
It's highly likely this is the same problem described by me long long ago o=
n
this forum related to X509_free being undefined. Take a look at this:
http://www.mail-archive.com/modssl-users@modssl.org/msg14344 .html
The short short version is that you should try recompiling apache with
--enable-ssl=3Dstatic .
--Cliff
------=_Part_5182_12820168.1139349763015
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
On 2/7/06, Gordon Ross <G.Ross@ccw.=
gov.uk> wrote:
> I've got a Linux box with OpenSSL 0.9.8a inst=
alled (configured with
> threads, zlib & shared) I then configure=
d and installed Apache=20
2.0.55
> with SSL support (configure --enable-ssl --enable-mods-share=
d=3Dall)
>
> When I try and start Apache, (httpd -D SSL) I get=
the error:
>
> Cannot load (path)/mod_ssl.so into server (pat=
h)/mod_ssl.so: undefined
> symbol: RSA_Generate_key
It's highly likely this is the sam=
e problem described by me long long ago on this forum related to X509_free =
being undefined. Take a look at this:
il-archive.com/modssl-users@modssl.org/msg14344.html">
http://www.mail-archive.com/modssl-users@modssl.org/msg14344 .html
r>The short short version is that you should try recompiling apache with --=
enable-ssl=3Dstatic .
--Cliff
------=_Part_5182_12820168.1139349763015--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: undefined symbol: RSA_generate_key
am 07.02.2006 23:30:21 von Joe Orton
On Tue, Feb 07, 2006 at 05:02:43PM -0500, Cliff Woolley wrote:
> On 2/7/06, Gordon Ross wrote:
> > I've got a Linux box with OpenSSL 0.9.8a installed (configured with
> > threads, zlib & shared) I then configured and installed Apache 2.0.55
> > with SSL support (configure --enable-ssl --enable-mods-shared=all)
> >
> > When I try and start Apache, (httpd -D SSL) I get the error:
> >
> > Cannot load (path)/mod_ssl.so into server (path)/mod_ssl.so: undefined
> > symbol: RSA_Generate_key
>
> It's highly likely this is the same problem described by me long long ago on
> this forum related to X509_free being undefined. Take a look at this:
>
> http://www.mail-archive.com/modssl-users@modssl.org/msg14344 .html
>
> The short short version is that you should try recompiling apache with
> --enable-ssl=static .
Or upgrade to 2.2, which fixes this problem ;)
joe
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: undefined symbol: RSA_generate_key
am 08.02.2006 11:45:12 von Gordon Ross
>>> On 07 February 2006 at 22:02:43, in message
,
jwoolley@apache.org wrote:
> On 2/7/06, Gordon Ross wrote:
>> I've got a Linux box with OpenSSL 0.9.8a installed (configured with
>> threads, zlib & shared) I then configured and installed Apache
2.0.55
>> with SSL support (configure --enable-ssl --enable-mods-shared=all)
>>
>> When I try and start Apache, (httpd -D SSL) I get the error:
>>
>> Cannot load (path)/mod_ssl.so into server (path)/mod_ssl.so:
undefined
>> symbol: RSA_Generate_key
>
> It's highly likely this is the same problem described by me long long
ago on
> this forum related to X509_free being undefined. Take a look at
this:
>
> http://www.mail-archive.com/modssl-users@modssl.org/msg14344 .html
>
> The short short version is that you should try recompiling apache
with
> --enable-ssl=static .
Thanks, that fixed it.
GTG
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: undefined symbol: RSA_generate_key
am 08.02.2006 14:45:58 von Gordon Ross
>>> On 07 February 2006 at 22:30:21, in message
<20060207223021.GA27112@redhat.com>, jorton@redhat.com wrote:
> Or upgrade to 2.2, which fixes this problem ;)
I had a quick go at that, but got build errors. Anyway, as the
--enable-ssl=static worked for 2.0.55, and I'm not a great fan of .0
releases I'm not too worried right now.
Thanks anyway,
GTG
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: undefined symbol: RSA_generate_key
am 08.02.2006 15:08:31 von Cliff Woolley
------=_Part_1823_20881336.1139407711395
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
On 2/8/06, Gordon Ross wrote:
>
> >>> On 07 February 2006 at 22:30:21, in message
> <20060207223021.GA27112@redhat.com>, jorton@redhat.com wrote:
> > Or upgrade to 2.2, which fixes this problem ;)
>
> I had a quick go at that, but got build errors. Anyway, as the
> --enable-ssl=3Dstatic worked for 2.0.55, and I'm not a great fan of .0
> releases I'm not too worried right now.
>
Would you mind sharing with dev@httpd.apache.org what those build errors
were? That would be helpful. :)
As for the .0 thing, it's .2.0, which is rather different... but whatever.
;)
------=_Part_1823_20881336.1139407711395
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
On 2/8/06, Gordon Ross <
lto:G.Ross@ccw.gov.uk">G.Ross@ccw.gov.uk> wrote:
gmail_quote">
1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex=
;">
>>> On 07 February 2006 at 22:30:21, in message
<
mailto:20060207223021.GA27112@redhat.com">20060207223021.GA2 7112@redhat.com=
>, wrote:
> Or upgrade to 2.2, which fixes this problem ;)
I had a quic=
k go at that, but got build errors. Anyway, as the
--enable-ssl=3Dstatic=
worked for 2.0.55, and I'm not a great fan of .0
releases I'm not too w=
orried right now.
Would you mind sharing with
v@httpd.apache.org">dev@httpd.apache.org what those build errors were?&=
nbsp; That would be helpful. :)
As for the .0 thing, it's .2.0=
, which is rather different... but whatever. ;)
------=_Part_1823_20881336.1139407711395--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org